@charset "utf-8";
/* CSS Document akakaz */
* {
	margin:0;
	padding:0;
	font-family: "微软雅黑", "宋体", "新宋体", "仿宋_GB2312";
}
img {
	border:none;
	/*max-width: 100%;
	height: auto;
	width: auto\9;*/
}
ul, li, ol {
	list-style: none;
}
#main{
	width:100%;
}

/*自写样式*/
body {
	background: #fff;
	margin: 0 auto;
	width: 100%;
}
a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
/*	transition: all .1s linear;*/
}

.container {
	width: 1200px;
	margin: 0 auto;
}
.tit {
	width: 100%;
	text-align: center;
}
.tit>p {
	font-size: 42px;
	font-weight: bold;
	color: #dfdfdf;
	line-height: 30px;
	text-transform: uppercase;
	padding: 70px 0 26px;
	border-bottom: 1px solid #d8d8d8;
}
.tit>a {
	position: relative;
	top: -32px;
	font-size: 36px;
	font-weight: bold;
	color: #1a4ea2;
	line-height: 64px;
	display: inline-block;
	width: 218px;
	height: 64px;
	background-color: #fff;
}
.tit a:hover {
	color: #dc1220;
}
.more {
	display: block;
	width: 145px;
	height: 44px;
	margin: 0 auto;
	text-align: center;
	background: #0d62bd;
	font-size: 16px;
	color: #fff;
	line-height: 44px;
}
.more:hover {
	background: #fe7b05;
}

.product {
	width: 100%;
	overflow: hidden;
}
.product .p_right {
	width: 100%;
}
.product .parHd {
	font-size: 0;
	line-height: 0;
}
.product .parHd a {
	display: inline-block;
	width: 152px;
	height: 60px;
	padding: 0 38px;
	background-color: #636363;
	margin-left: 13px;
	font-size: 18px;
	color: #fff;
	line-height: 60px;
	overflow: hidden;
}
.product .parHd a:hover, .product .parHd a.on {
	background: #1a4ea2;
}
.product .parHd a:nth-of-type(1) {
	margin-left: 0;
}
.product .parHd a>img {
	float: right;
	margin-top: 17px;
}
.product .parBd {
	margin: 50px auto 20px;
}
.product .pb_con {
	width: 100%;
	text-align: center;
}
.product .pb_con a {
	float: left;
	width: 280px;
	margin-right: 26px;
	margin-bottom: 30px;
}
.product .pb_con a:nth-of-type(4), .product .pb_con a:nth-of-type(8) {
	margin-right: 0;
}
.product .pb_con .p_pic {
	width: 278px;
	height: 228px;
	border: 1px solid #dfdfdf;
	line-height: 0;
	overflow: hidden;
}
.product .p_pic>img {
	max-width: 100%;
	height: 100%;
	transition: 0.5s;
}
.product .p_pic:hover>img {
	transform: scale(1.04);
}
.product .pb_con a>.p_title {
	width: 100%;
	height: 46px;
	background: #e1e1e1;
	text-align: center;
	font-size: 16px;
	line-height: 46px;
	color: #333;
	overflow: hidden;
}
.product .pb_con a>.p_title:hover {
	background: #1a4ea2;
	color: #fff;
}

.intro {
	width: 100%;
	height: 530px;
	background: url(../images/i_bg.jpg) no-repeat center;
	overflow: hidden;
}
.intro .i_con {
	background-color: #fff;
	margin: 60px 0;
}
.intro .i_con .i_left {
	float: left;
	line-height: 0;
}
.intro .i_con .i_right {
	float: right;
	width: 510px;
	margin-right: 43px;
}
.intro .i_tit>div {
	width: 32px;
	height: 5px;
	background-color: #1a4ea2;
	margin-top: 24px;
}
.intro .i_tit>p {
	font-size: 30px;
	font-weight: bold;
	color: #a3c2e5;
	line-height: 23px;
	text-transform: uppercase;
	margin-top: 17px;
}
.intro .i_tit>a {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	color: #1a4ea2;
	line-height: 1;
	margin-top: 15px;
}
.intro .i_tit>a:hover {
	color: #dc1220;
}
.intro .i_con .i_txt {
	font-size: 14px;
	color: #333;
	line-height: 28px;
	width: 100%;
	height: 196px;
	margin-top: 22px;
	overflow: hidden;
}
.intro .i_right .i_more {
	display: block;
	width: 130px;
	height: 36px;
	background-color: #1a4ea2;
	border-radius: 17px;
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
}
.intro .i_right .i_more:hover {
	background-color: #dc1220;
}

.case {
	width: 100%;
	overflow: hidden;
}
.case .c_con {
	width: 1200px;
	margin-bottom: 10px;
	overflow: hidden;
}
.case .c_con .c_son {
	float: left;
	width: 280px;
	margin-right: 26px;
}
.case .c_son .c_pic {
	width: 100%;
	height: 230px;
	line-height: 0;
	overflow: hidden;
}
.case .c_pic>img {
	width: 100%;
	height: 100%;
	transition: 0.6s;
}
.case .c_pic:hover>img {
	transform: scale(1.04);
}
.case .c_son .c_title {
	font-size: 16px;
	color: #333;
	line-height: 1;
	text-align: center;
	margin-top: 12px;
}

.news {
	width: 100%;
	overflow: hidden;
}
.news .n_con .n_list {
	float: left;
	width: 558px;
	margin-bottom: 35px;
}
.news .n_con .n_list:nth-of-type(odd) {
	margin-right: 80px;
}
.news .n_list .n_date {
	float: left;
	text-align: center;
	overflow: hidden;
}
.news .n_date>p {
	font-family: arial;
	font-size: 38px;
	font-weight: bold;
	color: #999;
	line-height: 0.75;
}
.news .n_date>p:nth-of-type(2) {
	font-size: 20px;
	margin-top: 14px;
}
.news .n_list .n_txt {
	float: right;
	width: 464px;
}
.news .n_txt>a {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	display: block;
	width: 100%;
	height: 14px;
	overflow: hidden;
}
.news .n_txt>a:hover {
	color: #1a4ea2;
}
.news .n_txt>p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	display: block;
	width: 100%;
	height: 48px;
	overflow: hidden;
	margin-top: 15px;
}
.news .n_txt>p:hover {
	color: #1a4ea2;
}